/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');*/

body {
    font-family: "Open Sans", sans-serif;
}


.custom-title {
    color: #FFF !important;     
    font-size: 48px;
    font-style: normal;
    font-weight: 400; 
    line-height: normal;
}


.custom-subtitle {
    color: #E5E7EB !important;     
    font-size: 20px;
    font-style: normal;
    font-weight: 700; 
    line-height: 32.5px;
    text-transform: none;
}


.custom-text {
    color: #E5E7EB !important;     
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


.card-title-custom {    
    font-weight: 700;
    font-size: 1.25rem; 
}


.card-text-custom {
    
    font-size: 0.95rem;
    line-height: 1.5;
}


.custom-title .text-warning,
.custom-subtitle .text-warning {
    color: #FFB01F !important;
    font-weight: 700;
}

.text-warning {
    color: #FFB01F !important; 
}

.text-dark {
    color: #000 !important;
}

.bg-warning {
    background-color: #FFB01F !important;
}


.bg-gradient-stone {
    background: linear-gradient(180deg, #FFAF1F 0%, #FF9F0F 100%);
    border: none;
}


.bg-dark-surface {
    background-color: #111111;
    border: 1px solid rgba(255, 255, 255, 0.08);
}


.fa-check {
    font-size: 1.2rem;
}

.btn-warning {
    background-color: #FFAF1F;
    border-color: #FFAF1F;
    color: #000;
    border-radius: 6px;
    font-weight: bold;
    
}

    .btn-warning:hover {
        background-color: #FFCB4B;
        border-color: #FFCB4B;
    }

.banner-section {
    min-height: 750px;
    overflow: hidden;
    position: relative;
}


.homens-img-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    max-height: 75%;
    width: auto;
    opacity: 1;
    pointer-events: none;
  
}

@media (max-width: 991px) {
    .banner-section {
        min-height: auto;
        padding-bottom: 50px;
    }
    .banner-content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .banner-text {
        max-width: 100%;
    }

    .banner-image {
        justify-content: center;
        margin-top: 30px;
    }

        .banner-image img {
            max-height: 300px;
        }
}

.card-feature {
    border-radius: 10px;
    border: 0.5px solid rgba(255, 175, 31, 0.55);
    background: #0D0D0D;
    padding: 40px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    cursor: pointer;
    text-align: left;
}

    .card-feature:hover {
        border-color: #FFAF1F;
        transform: translateY(-5px);
    }


.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: rgba(255, 175, 31, 0.15);
    color: #FFAF1F;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 18px;
    flex-shrink: 0;
}


.card-project {
    background-color: #111;
    border: 1px solid rgba(255, 175, 31, 0.3);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .card-project:hover {
        border-color: #FFAF1F;
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }

.project-img-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

    .project-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.card-project:hover .project-img-wrapper img {
    transform: scale(1.05);
}
.step-box {
    width: 60px;
    height: 60px;
    background-color: #FFAF1F;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 0 auto 15px auto;
}


.form-control-dark {
    background-color: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px 15px;
    border-radius: 6px;
    
}

    .form-control-dark:focus {
        background-color: #111;
        border-color: #FFAF1F;
        color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(255, 175, 31, 0.25);
    }

    .form-control-dark::placeholder {
        color: rgba(255, 255, 255, 0.4);
    }

@media (max-width: 768px) {

    .custom-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .custom-subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .custom-text {
        font-size: 16px;
        line-height: 24px;
    }


    .row.g-3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        width: 100%;
        justify-content: center;
        margin: 0 auto;
    }

        .row.g-3 > [class*="col-"] {
            width: auto !important;
            flex: none;
        }


    .card-feature {
        padding: 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .replace-md-white {
        color: var(--bs-light) !important;
    }
    .banner-image {
        display: none !important;
    }

    .cta-buttons {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        width: 100%;
    }

        .cta-buttons .btn {
            width: 100%;
            text-align: center;
        }
}

strong, b {
    color: #F5F5F5; /* Branco destaque */
    font-weight: 700; /* Garante o peso negrito */
}
#cta-padrao-master {
    display: none !important;
}
.banner-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.banner-text {
    flex: 1;
    max-width: 55%;
}

.banner-image {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
}

    .banner-image img {
        max-width: 100%;
        height: auto;
        max-height: 420px;
    }
   
